home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / text / edit / FrexxEdV14.readme < prev    next >
Text File  |  1995-02-12  |  21KB  |  372 lines

  1. Short:    Very configurable text editor. Version 1.4
  2. Author:   Daniel.Stenberg@sth.frontec.se
  3. Uploader: jskov@iesd.auc.dk
  4. Type:     text/edit
  5.  
  6. TITLE
  7.  
  8.     FrexxEd
  9.  
  10. VERSION
  11.  
  12.     1.4
  13.  
  14. COMPANY
  15.  
  16.     FrexxWare
  17.  
  18. AUTHORS
  19.  
  20.     Daniel Stenberg and Kjell Ericson
  21.     email to Daniel: Daniel.Stenberg@sth.frontec.se
  22.     FidoNet to: 2:201/328
  23.  
  24. DESCRIPTION
  25.  
  26.     FrexxEd is probably the most configurable/programmable text editor made
  27.     for the Amiga. It uses the one-window concept, where a multiple of
  28.     views are displayed in the same window.
  29.  
  30.     The main mission with FrexxEd has been to create an editor which is
  31.         capable of doing whatever *YOU* want it to. To enable *very* much
  32.         reprogramming/configuration for those who feel the need.
  33.  
  34.     Some of FrexxEd's features are:
  35.  
  36.     o 100% recursive undo, changeable undobuffer size and on/off toggle
  37.     o unlimited number of buffers/blocks/macros in memory
  38.     o unlimited line lengths and buffer sizes
  39.     o 100% programmable, everything can be done by a script instead of
  40.       interactive
  41.     o *very* C-like programming language (FPL)
  42.     o clipboard support, export to/import from any unit
  43.     o uses V39-style memory pools
  44.     o V39 aware, uses V39 functions when available
  45.     o AppIcon/AppWindow support
  46.     o Window/Screen/Backdrop
  47.     o file name extension aware icon usage
  48.     o supports locale library, 7 languages are supported at the moment
  49.     o easy macro record/edit/view/play/save/load
  50.     o customizeable look of any ASCII character (to i.e enable the inverse
  51.       CED-look or the \xxx Emacs-look or...)
  52.     o programmable keyassigns, make any key do anything
  53.     o programmable mouseactions, make any mouse action perform whatever
  54.       you want it to
  55.     o rectangular/column style block marks and block pastes
  56.     o programmable menustrip, make it contain whatever you please!
  57.     o supports XPK and PowerPacker compression/decompression and
  58.       encryption/decryption.
  59.     o startup-script that loads any file into a running editor
  60.     o >400K documentation in amigaguide format
  61.     o works just as good used with gfx hardware like Retina, GVP Spectrum,
  62.       Piccolo, Picasso II, A2024, AGA, ECS or OCS...
  63.     o of course useable on any screenmode
  64.     o ARexx port, capable of reading and writing ARexx variables!
  65.     o A *LOT* of additional scripts that perform a multitude of different
  66.       things. From mousedragging-style blockmarking, archive-flag removal
  67.       when saving, center line, binary editor, snake game, incremental
  68.       search, interactive C indenting and word wrap to generic assembler
  69.       filters, bookmarks, backup, autosave and programs that easy
  70.       interfaces RCS...
  71.     o Supports file comments
  72.     o Custom keymap support
  73.     o optional "safe save", save with temp name and then rename
  74.     o easily exchangeable images for icon creations/usage
  75.     o binary loading/editing/saving
  76.     o unlimited key sequence lengths
  77.     o ability to clone the public screen when opened as a window on such
  78.     o font sensitive GUI
  79.     o line number mode supported, start each line with the line number
  80.     o ability to replace/change the workings of any internal function
  81.       through an advanced hooking procedure
  82.     o mailing list and other eletronic mail support
  83.         o runs smoothly with virtual memory managers like VMM
  84.         o search/replace history
  85.  
  86. NEW FEATURES (since 1.0)
  87.  
  88.     o Lots of bugs removed.
  89.     o FPL execute path
  90.     o Iconify()/Deiconify() uses appicon
  91.     o CursorActive() controls the cursor visibility
  92.     o 'FileChanged' is a new exception
  93.     o Write protected files can't be modified with the 'rwed_sensitive'
  94.       flag set.
  95.     o Now runs with/uses overscan.
  96.     o A lot of New and updated FPL programs
  97.         o Doubleclick on appicon generates an exception which does a
  98.           WindowToFront() by default.
  99.         o Full regular expression search/replace, Emacs/UNIX style.
  100.         o RequstWindow() supports listviews sent as string arrays from FPL
  101.         o Smaller and faster executable
  102.         o fpl.library v10 with lots of new features (100% ANSI C style when
  103.           dealing with the &&, || and ?: operators, built-in sprintf() and
  104.           more).
  105.         o Now supports backwards replace.
  106.         o Time controlled function invokes! Once or repeated.
  107.         o "YankBuffer" is now viewable/editable/controllable like any other
  108.           named block buffer.
  109.         o KeyPress() receives the FPL program assigned to a key sequence.
  110.         o Sort() sorts the items in a string array.
  111.         o ReplaceMatch() performs a sort of manual replace substitution.
  112.         o Bsearch() binary searches in a sorted string array
  113.         o Stcgfn() and Stcgfp() returns the file or path part from a specified
  114.           file name string.
  115.         o and much, much more...
  116.  
  117. SPECIAL REQUIREMENTS
  118.  
  119.     AmigaOS v2.04+ or later
  120.     Anything below 1MB ram wouldn't be useful
  121.     Hard disk is preferred (less than 1 MB is used)
  122.  
  123. HOST NAME
  124.  
  125.     ftp: Aminet, ftp.doc.ic.ac.uk
  126.  
  127.     http://www.lysator.liu.se/~matax/Main.html
  128.  
  129. DIRECTORY
  130.  
  131.     /pub/aminet/util/edit
  132.  
  133. FILE NAME
  134.  
  135.     FrexxEdV14.lha
  136.  
  137. PRICE
  138.  
  139.     200 SEK, 40US$ or 65DM
  140.  
  141. DISTRIBUTABILITY
  142.  
  143.     Shareware
  144.     Copyright (C) 1992-1995 by FrexxWare
  145.  
  146. OTHER
  147.  
  148.     Uses a keyfile system, unregistered versions feature a small amount of
  149.     cripples.
  150.  
  151.  
  152. ============================= Archive contents =============================
  153.  
  154. Original  Packed Ratio    Date     Time    Name
  155. -------- ------- ----- --------- --------  -------------
  156.      540     245 54.6% 22-Dec-94 18:07:40  FrexxEd.info
  157.     8024    5122 36.1% 30-Mar-93 00:54:48  FrexxEd/bin/Barfly2Msg
  158.     3502    1389 60.3% 30-Mar-93 00:53:12  FrexxEd/bin/Barfly2Msg.c
  159.     2416    1719 28.8% 04-Aug-94 18:44:00  FrexxEd/bin/FrexxKey
  160.    21241   21241  0.0% 26-Aug-94 22:40:54  FrexxEd/bin/Ftool2.lha
  161.     7528    4772 36.6% 16-Oct-94 15:12:22  FrexxEd/bin/fwrap
  162.     3511    1306 62.8% 14-Oct-94 14:39:18  FrexxEd/bin/fwrap.c
  163.     1403     752 46.4% 16-Oct-94 15:11:12  FrexxEd/bin/Fwrap.doc
  164.      835     394 52.8% 16-Oct-94 15:12:22  FrexxEd/bin/fwrap.info
  165.     2576    1797 30.2% 09-Jan-95 18:34:06  FrexxEd/bin/startfred
  166.     3859    1378 64.2% 09-Jan-95 15:52:00  FrexxEd/bin/startfred.c
  167.      835     394 52.8% 19-Dec-94 20:46:22  FrexxEd/bin/startfred.info
  168.     5072    2385 52.9% 14-Nov-94 23:26:00  FrexxEd/Catalogs/dansk/FrexxEd.catalog
  169.     5670    2607 54.0% 14-Nov-94 23:25:20  FrexxEd/Catalogs/deutsch/FrexxEd.catalog
  170.    14419    5345 62.9% 09-Jan-95 18:39:32  frexxed/catalogs/FrexxEd.cd
  171.     5716    2640 53.8% 22-Dec-94 18:11:28  FrexxEd/Catalogs/italiano/FrexxEd.catalog
  172.     5110    2403 52.9% 14-Nov-94 23:25:28  FrexxEd/Catalogs/nederlands/FrexxEd.catalog
  173.     5566    2651 52.3% 14-Nov-94 23:25:56  FrexxEd/Catalogs/polski/FrexxEd.catalog
  174.     5190    2507 51.6% 14-Nov-94 23:23:20  FrexxEd/Catalogs/svenska/FrexxEd.catalog
  175.      540     245 54.6% 22-Dec-94 18:07:40  frexxed/docs.info
  176.     1206     602 50.0% 08-Mar-94 20:26:12  FrexxEd/docs/FPL.README
  177.     1019     422 58.5% 19-Nov-94 16:11:18  FrexxEd/docs/FPL.README.info
  178.   127268   40252 68.3% 04-Dec-94 14:56:24  FrexxEd/docs/FPLuser.guide
  179.     1025     423 58.7% 19-Nov-94 16:11:16  FrexxEd/docs/FPLuser.guide.info
  180.    10985    4248 61.3% 29-Nov-94 20:20:44  FrexxEd/docs/FrexxEd.FAQ
  181.     1019     420 58.7% 19-Nov-94 16:11:18  FrexxEd/docs/FrexxEd.FAQ.info
  182.   180344   64124 64.4% 16-Jan-95 22:02:30  FrexxEd/docs/FrexxEd.guide
  183.     1025     429 58.1% 19-Nov-94 16:11:16  FrexxEd/docs/FrexxEd.guide.info
  184.   143157   41984 70.6% 18-Jan-95 20:12:28  FrexxEd/docs/Functions.guide
  185.     1025     431 57.9% 19-Nov-94 16:11:16  FrexxEd/docs/Functions.guide.info
  186.     3370    1319 60.8% 31-Aug-94 20:32:14  FrexxEd/docs/Mailing.doc
  187.     1019     420 58.7% 19-Nov-94 16:11:18  FrexxEd/docs/Mailing.doc.info
  188.     3809    1297 65.9% 10-Jan-95 19:09:30  FrexxEd/docs/Register.form
  189.     1019     420 58.7% 19-Nov-94 16:11:18  FrexxEd/docs/Register.form.info
  190.      620     334 46.1% 18-Nov-94 17:28:32  FrexxEd/fpl/AppQuery.FPL
  191.      608     353 41.9% 18-Nov-94 17:28:32  FrexxEd/fpl/AppQuery.FPL.README
  192.      325     192 40.9% 18-Nov-94 17:28:32  FrexxEd/fpl/ArchiveRemove.FPL
  193.      458     263 42.5% 18-Nov-94 17:28:32  FrexxEd/fpl/ArchiveRemove.FPL.README
  194.     5499    1601 70.8% 18-Nov-94 17:28:32  FrexxEd/fpl/Assemble.FPL
  195.     1776     949 46.5% 18-Nov-94 17:28:32  FrexxEd/fpl/Assemble.FPL.README
  196.      444     238 46.3% 18-Nov-94 17:28:32  FrexxEd/fpl/AutoMatch.FPL
  197.      818     468 42.7% 18-Nov-94 17:28:32  FrexxEd/fpl/AutoMatch.FPL.README
  198.      777     323 58.4% 18-Dec-94 11:58:50  FrexxEd/fpl/AutoSave.FPL
  199.     1149     558 51.4% 17-Dec-94 18:52:56  FrexxEd/fpl/AutoSave.FPL.README
  200.     1169     523 55.2% 18-Nov-94 17:28:32  FrexxEd/fpl/Backup.FPL
  201.     1639     830 49.3% 18-Nov-94 17:28:32  FrexxEd/fpl/Backup.FPL.README
  202.      546     195 64.2% 18-Nov-94 17:28:32  FrexxEd/fpl/BlockErase.FPL
  203.      873     439 49.7% 18-Nov-94 17:28:32  FrexxEd/fpl/BlockErase.FPL.README
  204.     1023     337 67.0% 18-Nov-94 17:28:32  FrexxEd/fpl/BookMark.FPL
  205.      946     444 53.0% 18-Nov-94 17:28:32  FrexxEd/fpl/BookMark.FPL.README
  206.     1175     382 67.4% 18-Nov-94 17:28:32  FrexxEd/fpl/BufferInfo.FPL
  207.      437     249 43.0% 18-Nov-94 17:28:32  FrexxEd/fpl/BufferInfo.FPL.README
  208.     2425     962 60.3% 18-Nov-94 17:28:32  FrexxEd/fpl/Center.FPL
  209.     1553     723 53.4% 18-Nov-94 17:28:32  FrexxEd/fpl/Center.FPL.README
  210.      428     214 50.0% 18-Nov-94 17:28:32  FrexxEd/fpl/ChangeCaseLetter.FPL
  211.      540     297 45.0% 18-Nov-94 17:28:32  FrexxEd/fpl/ChangeCaseLetter.FPL.README
  212.      759     436 42.5% 18-Nov-94 17:28:32  FrexxEd/fpl/CHelp.FPL
  213.      773     422 45.4% 18-Nov-94 17:28:32  FrexxEd/fpl/CHelp.FPL.README
  214. : ASCII text file
  215.     3853    1155 70.0% 18-Nov-94 17:28:32  FrexxEd/fpl/CIndent.FPL
  216.      934     514 44.9% 18-Nov-94 17:28:32  FrexxEd/fpl/CIndent.FPL.README
  217.      807     214 73.4% 18-Nov-94 17:28:32  FrexxEd/fpl/ClipBlock.FPL
  218.      650     345 46.9% 18-Nov-94 17:28:32  FrexxEd/fpl/ClipBlock.FPL.README
  219.     3869    1046 72.9% 18-Nov-94 17:28:32  FrexxEd/fpl/Comment.FPL
  220.     2545    1228 51.7% 18-Nov-94 17:28:32  FrexxEd/fpl/Comment.FPL.README
  221.    18318    7108 61.1% 18-Nov-94 17:28:32  FrexxEd/fpl/COPYING.GNU
  222.      548     302 44.8% 18-Nov-94 17:28:32  FrexxEd/fpl/DeleteSpaceEOL.FPL
  223.      602     340 43.5% 18-Nov-94 17:28:32  FrexxEd/fpl/DeleteSpaceEOL.FPL.README
  224.     1402     355 74.6% 18-Nov-94 17:28:32  FrexxEd/fpl/DoubleMode.FPL
  225.     1678     929 44.6% 18-Nov-94 17:28:32  FrexxEd/fpl/DoubleMode.FPL.README
  226.     1791     724 59.5% 18-Nov-94 17:28:32  FrexxEd/fpl/EmacsKill.FPL
  227.     1759     687 60.9% 18-Nov-94 17:28:32  FrexxEd/fpl/ExamineLine.FPL
  228.      628     355 43.4% 18-Nov-94 17:28:32  FrexxEd/fpl/ExamineLine.FPL.README
  229.     3523    1042 70.4% 18-Nov-94 18:42:02  FrexxEd/fpl/ExtraIO.FPL
  230.     1309     630 51.8% 18-Nov-94 18:55:30  FrexxEd/fpl/ExtraIO.FPL.README
  231.     1092     493 54.8% 18-Nov-94 17:28:32  FrexxEd/fpl/FACT.FPL
  232.      531     307 42.1% 18-Nov-94 17:28:32  FrexxEd/fpl/FACT.FPL.README
  233.      505     270 46.5% 18-Nov-94 17:28:32  FrexxEd/fpl/FACT_hex.FPL
  234.      440     264 40.0% 18-Nov-94 17:28:32  FrexxEd/fpl/FACT_hex.FPL.README
  235.      849     294 65.3% 18-Nov-94 17:28:32  FrexxEd/fpl/FileFilter.FPL
  236.     2166     885 59.1% 18-Nov-94 17:28:32  FrexxEd/fpl/FileFilter.FPL.README
  237.     2027     787 61.1% 11-Jan-95 16:17:38  FrexxEd/fpl/FMC.FPL
  238.     2425    1080 55.4% 11-Jan-95 16:16:48  FrexxEd/fpl/FMC.FPL.README
  239.     1464     602 58.8% 18-Nov-94 17:28:32  FrexxEd/fpl/FreeTab.FPL
  240.     1247     645 48.2% 18-Nov-94 17:28:32  FrexxEd/fpl/FreeTab.FPL.README
  241.      236     132 44.0% 09-Nov-94 18:50:48  FrexxEd/fpl/FrexxEd.FPL
  242.      652     360 44.7% 16-Jan-95 17:45:12  FrexxEd/fpl/FrexxEd.FPL.README
  243.     1383     569 58.8% 18-Nov-94 17:28:32  FrexxEd/fpl/FrexxEdMain.FPL
  244.      670     383 42.8% 18-Nov-94 17:28:32  FrexxEd/fpl/FrexxEdMain.FPL.README
  245.      330     176 46.6% 18-Nov-94 17:28:32  FrexxEd/fpl/GotoChange.FPL
  246.      477     262 45.0% 18-Nov-94 17:28:32  FrexxEd/fpl/GotoChange.FPL.README
  247.      265     187 29.4% 18-Nov-94 17:28:32  FrexxEd/fpl/GotoPos.FPL
  248.      448     247 44.8% 18-Nov-94 17:28:32  FrexxEd/fpl/GotoPos.FPL.README
  249.     1689     624 63.0% 18-Nov-94 17:28:32  FrexxEd/fpl/Grep.FPL
  250.      893     468 47.5% 18-Nov-94 17:28:32  FrexxEd/fpl/Grep.FPL.README
  251.      820     364 55.6% 18-Nov-94 17:28:32  FrexxEd/fpl/HexDisplay.FPL
  252.      828     450 45.6% 18-Nov-94 17:28:32  FrexxEd/fpl/HexDisplay.FPL.README
  253.     1042     441 57.6% 18-Nov-94 17:28:32  FrexxEd/fpl/HexEdit.FPL
  254.      628     353 43.7% 18-Nov-94 17:28:32  FrexxEd/fpl/HexEdit.FPL.README
  255.     1315     524 60.1% 28-Dec-94 16:07:16  FrexxEd/fpl/IncSearch.FPL
  256.      597     327 45.2% 18-Nov-94 17:28:32  FrexxEd/fpl/IncSearch.FPL.README
  257.      395     224 43.2% 10-Jan-95 21:20:02  FrexxEd/fpl/KillNotify.FPL
  258.      639     352 44.9% 12-Jan-95 23:37:38  FrexxEd/fpl/KillNotify.FPL.README
  259.     1015     412 59.4% 12-Jan-95 23:37:38  FrexxEd/fpl/KillNotify.FPL.README.info
  260.     5333    1368 74.3% 18-Nov-94 17:28:32  FrexxEd/fpl/LaTeXCompile.FPL
  261.     5416    2364 56.3% 18-Nov-94 17:28:32  FrexxEd/fpl/LaTeXCompile.FPL.README
  262.     4856    1216 74.9% 18-Nov-94 17:28:32  FrexxEd/fpl/LoadSaveProject.FPL
  263.     1055     518 50.9% 18-Nov-94 17:28:32  FrexxEd/fpl/LoadSaveProject.FPL.README
  264.     1802     614 65.9% 18-Nov-94 17:28:32  FrexxEd/fpl/MacroIO.FPL
  265.      652     364 44.1% 18-Nov-94 17:28:32  FrexxEd/fpl/MacroIO.FPL.README
  266.      419     226 46.0% 18-Nov-94 17:28:32  FrexxEd/fpl/MegaIndent.FPL
  267.      565     290 48.6% 18-Nov-94 17:28:32  FrexxEd/fpl/MegaIndent.FPL.README
  268.    28239    6153 78.2% 16-Jan-95 18:03:00  FrexxEd/fpl/Menu.FPL
  269.      746     439 41.1% 18-Nov-94 17:28:32  FrexxEd/fpl/Menu.FPL.README
  270.      925     375 59.4% 18-Nov-94 17:28:32  FrexxEd/fpl/MultiBlock.FPL
  271.      756     414 45.2% 18-Nov-94 17:28:32  FrexxEd/fpl/MultiBlock.FPL.README
  272.     1152     283 75.4% 18-Nov-94 17:28:32  FrexxEd/fpl/NumLock.FPL
  273.      722     366 49.3% 18-Nov-94 17:28:32  FrexxEd/fpl/NumLock.FPL.README
  274.     1543     447 71.0% 18-Nov-94 17:28:32  FrexxEd/fpl/PreCompile.FPL
  275.      522     315 39.6% 18-Nov-94 17:28:32  FrexxEd/fpl/PreCompile.FPL.README
  276.     2387     735 69.2% 18-Nov-94 17:28:32  FrexxEd/fpl/QueryKillChanges.FPL
  277.      864     468 45.8% 18-Nov-94 17:28:32  FrexxEd/fpl/QueryKillChanges.FPL.README
  278.      492     245 50.2% 18-Nov-94 17:28:32  FrexxEd/fpl/QuitAndKill.FPL
  279.      476     237 50.2% 18-Nov-94 17:28:32  FrexxEd/fpl/QuitAndKill.FPL.README
  280.     7051    1904 72.9% 18-Nov-94 17:28:32  FrexxEd/fpl/RCSControl.FPL
  281.     4059    1987 51.0% 18-Nov-94 17:28:32  FrexxEd/fpl/RCSControl.FPL.README
  282.      328     217 33.8% 19-Dec-94 17:53:56  FrexxEd/fpl/RepeatFunction.FPL
  283.      515     284 44.8% 19-Dec-94 17:54:04  FrexxEd/fpl/RepeatFunction.FPL.README
  284.     1441     516 64.1% 18-Nov-94 17:28:32  FrexxEd/fpl/SafeAuto.FPL
  285.     1489     760 48.9% 18-Nov-94 17:28:32  FrexxEd/fpl/SafeAuto.FPL.README
  286.      611     332 45.6% 18-Nov-94 17:28:32  FrexxEd/fpl/SameName.FPL
  287.      819     422 48.4% 18-Nov-94 17:28:32  FrexxEd/fpl/SameName.FPL.README
  288.     4868    1388 71.4% 18-Nov-94 17:28:32  FrexxEd/fpl/SASC.fpl
  289.      713     415 41.7% 18-Nov-94 17:28:32  FrexxEd/fpl/SASC.FPL.README
  290.     1815     583 67.8% 18-Nov-94 17:28:32  FrexxEd/fpl/SaveFACT.FPL
  291.      583     328 43.7% 18-Nov-94 17:28:32  FrexxEd/fpl/SaveFACT.FPL.README
  292.      448     253 43.5% 18-Nov-94 17:28:32  FrexxEd/fpl/ScrollAll.FPL
  293.      486     259 46.7% 18-Nov-94 17:28:32  FrexxEd/fpl/ScrollAll.FPL.README
  294.      550     285 48.1% 18-Nov-94 17:28:32  FrexxEd/fpl/SearchCount.FPL
  295.      607     349 42.5% 18-Nov-94 17:28:32  FrexxEd/fpl/SearchCount.FPL.README
  296.      683     340 50.2% 26-Dec-94 13:23:42  FrexxEd/fpl/ShowChanged.FPL
  297.      444     252 43.2% 10-Dec-94 15:46:28  FrexxEd/fpl/ShowChanged.FPL.README
  298.      458     250 45.4% 18-Nov-94 17:28:32  FrexxEd/fpl/SimpleDiff.FPL
  299.      700     377 46.1% 18-Nov-94 17:28:32  FrexxEd/fpl/SimpleDiff.FPL.README
  300.     2028     717 64.6% 26-Dec-94 13:38:34  FrexxEd/fpl/SimpleHelp.FPL
  301.     1537     773 49.7% 19-Nov-94 11:02:00  FrexxEd/fpl/SimpleHelp.FPL.README
  302.      351     215 38.7% 18-Nov-94 17:28:32  FrexxEd/fpl/SimpleIndent.FPL
  303.      473     266 43.7% 18-Nov-94 17:28:32  FrexxEd/fpl/SimpleIndent.FPL.README
  304.     3070    1034 66.3% 18-Nov-94 22:49:04  FrexxEd/fpl/Snake.FPL
  305.      722     407 43.6% 18-Nov-94 17:28:32  FrexxEd/fpl/Snake.FPL.README
  306.     2418     718 70.3% 23-Nov-94 21:56:40  FrexxEd/fpl/SoftEdit.FPL
  307.     1269     684 46.0% 23-Nov-94 22:00:56  FrexxEd/fpl/SoftEdit.FPL.README
  308.      968     303 68.6% 18-Nov-94 17:28:32  FrexxEd/fpl/SwapBuffer.FPL
  309.     1232     622 49.5% 18-Nov-94 17:28:32  FrexxEd/fpl/SwapBuffer.FPL.README
  310.     2026     644 68.2% 18-Nov-94 17:28:32  FrexxEd/fpl/TabConvert.FPL
  311.      894     453 49.3% 18-Nov-94 17:28:32  FrexxEd/fpl/TabConvert.FPL.README
  312.      651     333 48.8% 18-Nov-94 17:28:32  FrexxEd/fpl/TabSpace.FPL
  313.      537     311 42.0% 18-Nov-94 17:28:32  FrexxEd/fpl/TabSpace.FPL.README
  314.      237     173 27.0% 20-Nov-94 14:44:00  FrexxEd/fpl/User.FPL
  315.      421     244 42.0% 18-Nov-94 17:28:32  FrexxEd/fpl/User.FPL.README
  316.      512     247 51.7% 18-Nov-94 17:28:32  FrexxEd/fpl/WordWrap.FPL
  317.      972     548 43.6% 18-Nov-94 17:28:32  FrexxEd/fpl/WordWrap.FPL.README
  318.      201     151 24.8% 03-Dec-94 19:03:38  FrexxEd/fpl/WriteASCII.FPL
  319.      518     290 44.0% 18-Nov-94 17:28:32  FrexxEd/fpl/WriteASCII.FPL.README
  320.      317     137 56.7% 18-Nov-94 17:28:32  FrexxEd/fpl/xxxx.FPL.README
  321.     4199     840 79.9% 18-Nov-94 17:28:32  FrexxEd/fpl/ZMacs.FPL
  322.     3002    1201 59.9% 18-Nov-94 17:28:32  FrexxEd/fpl/ZMacs.FPL.README
  323.   166248   99028 40.4% 18-Jan-95 19:51:04  frexxed/Fred
  324.     1405     687 51.1% 22-Dec-94 18:07:40  frexxed/fred.info
  325.       93      79 15.0% 05-Dec-94 18:34:10  frexxed/Freds
  326.      611     354 42.0% 13-Apr-94 17:47:06  FrexxEd/icons/c++.info
  327.      611     270 55.8% 13-Apr-94 17:47:06  FrexxEd/icons/c.info
  328.      611     291 52.3% 13-Apr-94 17:47:06  FrexxEd/icons/cpp.info
  329.     1051     450 57.1% 13-Apr-94 17:47:06  FrexxEd/icons/doc.info
  330.      611     255 58.2% 13-Apr-94 17:47:06  FrexxEd/icons/s.info
  331.    37997   12183 67.9% 16-Jan-95 19:54:26  frexxed/Install
  332.      725     373 48.5% 22-Dec-94 18:07:40  FrexxEd/install_Deutsch.info
  333.       72      67  6.9% 22-Jun-94 18:45:48  FrexxEd/install_deutsch.sh
  334.      725     375 48.2% 22-Dec-94 18:07:40  FrexxEd/install_English.info
  335.       72      67  6.9% 16-May-94 18:38:34  FrexxEd/install_english.sh
  336.      726     370 49.0% 22-Dec-94 18:07:40  FrexxEd/install_Italiano.info
  337.       73      71  2.7% 22-Jun-94 18:46:02  FrexxEd/install_italiano.sh
  338.      728     376 48.3% 22-Dec-94 18:07:40  FrexxEd/install_Nederlands.info
  339.       75      69  8.0% 27-Jun-94 21:09:36  FrexxEd/install_nederlands.sh
  340.      724     374 48.3% 22-Dec-94 18:07:40  FrexxEd/install_Polski.info
  341.       71      67  5.6% 27-Aug-94 19:14:00  FrexxEd/install_polski.sh
  342.      725     371 48.8% 22-Dec-94 18:07:40  FrexxEd/install_Svenska.info
  343.       72      69  4.1% 16-May-94 18:38:48  FrexxEd/install_svenska.sh
  344.    46036   27266 40.7% 16-Jan-95 17:41:06  FrexxEd/libs/fpl.library
  345.    43628   28530 34.6% 07-Aug-94 12:31:32  FrexxEd/libs/reqtools.library
  346.     2896     742 74.3% 09-Oct-94 12:37:32  FrexxEd/MWB/Bin.info
  347.     2913     823 71.7% 09-Oct-94 12:37:34  FrexxEd/MWB/Catalogs.info
  348.     2913     732 74.8% 09-Oct-94 12:37:32  FrexxEd/MWB/Docs.info
  349.     4011     791 80.2% 09-Oct-94 12:37:42  FrexxEd/MWB/Docs/FrexxEd.guide.info
  350.     4011     789 80.3% 09-Oct-94 12:37:40  FrexxEd/MWB/Docs/Functions.guide.info
  351.     2896     711 75.4% 09-Oct-94 12:37:32  FrexxEd/MWB/FPL.info
  352.     3958     706 82.1% 09-Oct-94 12:37:30  FrexxEd/MWB/Fred.info
  353.     2905     723 75.1% 09-Oct-94 12:37:32  FrexxEd/MWB/FrexxEd.info
  354.     2872     757 73.6% 09-Oct-94 12:37:34  FrexxEd/MWB/Icons.info
  355.     3994     675 83.0% 09-Oct-94 12:37:30  FrexxEd/MWB/Icons/.AppIcon.info
  356.     3519     736 79.0% 09-Oct-94 12:37:54  FrexxEd/MWB/Icons/a.info
  357.     3519     770 78.1% 09-Oct-94 12:37:56  FrexxEd/MWB/Icons/c++.info
  358.     3519     740 78.9% 09-Oct-94 12:37:54  FrexxEd/MWB/Icons/c.info
  359.     3519     774 78.0% 09-Oct-94 12:37:58  FrexxEd/MWB/Icons/fpl.info
  360.     4011     791 80.2% 09-Oct-94 12:38:00  FrexxEd/MWB/Icons/guide.info
  361.     3519     655 81.3% 09-Oct-94 12:38:00  FrexxEd/MWB/Icons/h.info
  362.     3519     761 78.3% 09-Oct-94 12:38:02  FrexxEd/MWB/Icons/s.info
  363.     2896     778 73.1% 09-Oct-94 12:37:34  FrexxEd/MWB/Macros.info
  364.     2896     747 74.2% 09-Oct-94 12:37:34  FrexxEd/MWB/Projects.info
  365.     2872     783 72.7% 09-Oct-94 12:37:34  FrexxEd/MWB/Rexx.info
  366.     5002    2561 48.8% 18-Jan-95 14:11:34  frexxed/README
  367.      739     361 51.1% 16-Jan-95 19:20:00  FrexxEd/Rexx/Deiconify.rx
  368.     2578    1071 58.4% 22-Dec-94 18:02:24  FrexxEd/Rexx/FrexxEdStart.rx
  369.      103      97  5.8% 30-Oct-94 13:00:24  FrexxEd/Rexx/FrexxEdToFront.rexx
  370. -------- ------- ----- --------- --------
  371.  1174302  490636 58.2% 25-Jan-95 13:27:06   213 files
  372.